home *** CD-ROM | disk | FTP | other *** search
- # Class: Picture_Plus Name: Pop Menu.
-
- [Applet Details]
- AppletName=Pop Menu
- ClassName=PopMenu.class
- Size=[VARIABLE];400,29
- Desc=This applet displays a menu in the form of clickable buttons. These buttons highlight when hovered over, and appear depressed when clicked on.
- AppletAuthor=David Griffiths
- PluginAuthor=Tim Kane //timk@gosplash.com
- AppletCopyright=David Griffiths 1998
- AppletHomepage=http://www.demon.co.uk/davidg/spigots.htm
- AppletAuthorEmail=dgriffiths1@hotmail.com
-
- file=PopBtn.class
-
- [BUTTON 1]
- parameter=frame
- Type=HIDDEN
- Name=Frame
-
- [BUTTON 2]
- parameter=$No_of_buttons
- Desc=Enter the number of buttons to be displayed
- Type=NUMBER
- default=4
- loop=Button 3,Button 4,Button 5
- loopstart=0
-
- [BUTTON 3]
- parameter=src
- desc=Select an image to be used for button #. This image should be approx 15 x 15 in size.
- name=Display Image
- type=IMAGE
- default=ball1.gif
-
- [BUTTON 4]
- parameter=text
- desc=Enter the text for button #.
- name=Button Text
- type=STRING
- default=Splash! V1.2
-
- [BUTTON 5]
- parameter=href
- desc=Enter the URL for button #.
- name=Button URL
- type=URL
- default=http://www.gosplash.com
-
- [BUTTON 6]
- parameter=labelpos
- Desc=You can have the button text positioned below the icon, or next to the icon.
- Name=Label Position
- Type=SELECT
- Options=BELOW~Vertical Positioning,RIGHT~Horizontal Positioning
- Default=RIGHT~Horizontal Positioning
-
-
- #end